home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / textbo_1 / frmabout.frm (.txt) < prev    next >
Visual Basic Form  |  1999-07-28  |  3KB  |  105 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Information"
  5.    ClientHeight    =   3195
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   4680
  9.    ControlBox      =   0   'False
  10.    LinkTopic       =   "Form2"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   3195
  14.    ScaleWidth      =   4680
  15.    ShowInTaskbar   =   0   'False
  16.    StartUpPosition =   3  'Windows Default
  17.    Begin VB.CommandButton Command1 
  18.       Caption         =   "&Ok"
  19.       Height          =   495
  20.       Left            =   1680
  21.       TabIndex        =   5
  22.       Top             =   2640
  23.       Width           =   1095
  24.    End
  25.    Begin VB.Frame Frame1 
  26.       Height          =   855
  27.       Left            =   120
  28.       TabIndex        =   2
  29.       Top             =   1200
  30.       Width           =   4455
  31.       Begin VB.Label Label3 
  32.          Caption         =   $"frmAbout.frx":0000
  33.          Height          =   615
  34.          Left            =   120
  35.          TabIndex        =   3
  36.          Top             =   120
  37.          Width           =   4215
  38.       End
  39.    End
  40.    Begin VB.Label Label4 
  41.       Alignment       =   2  'Center
  42.       BorderStyle     =   1  'Fixed Single
  43.       Caption         =   "Vale-of-Tranquility@Juno.com"
  44.       BeginProperty Font 
  45.          Name            =   "Arial"
  46.          Size            =   12
  47.          Charset         =   0
  48.          Weight          =   700
  49.          Underline       =   0   'False
  50.          Italic          =   0   'False
  51.          Strikethrough   =   0   'False
  52.       EndProperty
  53.       Height          =   375
  54.       Left            =   120
  55.       TabIndex        =   4
  56.       Top             =   2160
  57.       Width           =   4455
  58.    End
  59.    Begin VB.Line Line2 
  60.       X1              =   120
  61.       X2              =   4440
  62.       Y1              =   1080
  63.       Y2              =   1080
  64.    End
  65.    Begin VB.Label Label2 
  66.       Caption         =   "created by heresy on july 28, 1999 using microsoft visual basic 6.0"
  67.       Height          =   495
  68.       Left            =   120
  69.       TabIndex        =   1
  70.       Top             =   600
  71.       Width           =   4335
  72.    End
  73.    Begin VB.Line Line1 
  74.       X1              =   120
  75.       X2              =   4440
  76.       Y1              =   480
  77.       Y2              =   480
  78.    End
  79.    Begin VB.Label Label1 
  80.       Alignment       =   2  'Center
  81.       Caption         =   "CD Tray Open  and Close"
  82.       BeginProperty Font 
  83.          Name            =   "Arial"
  84.          Size            =   18
  85.          Charset         =   0
  86.          Weight          =   700
  87.          Underline       =   0   'False
  88.          Italic          =   0   'False
  89.          Strikethrough   =   0   'False
  90.       EndProperty
  91.       Height          =   495
  92.       Left            =   0
  93.       TabIndex        =   0
  94.       Top             =   0
  95.       Width           =   4575
  96.    End
  97. Attribute VB_Name = "frmAbout"
  98. Attribute VB_GlobalNameSpace = False
  99. Attribute VB_Creatable = False
  100. Attribute VB_PredeclaredId = True
  101. Attribute VB_Exposed = False
  102. Private Sub Command1_Click()
  103. Unload Me
  104. End Sub
  105.